Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
ipfs-utils
Advanced tools
This package serves as a central repository for shared logic and dependencies for all IPFS packages, using
ipfs-utils
helps to easily re-use small scoped blocks of logic across all the js core interface implementations and also as a dependency proxy (thinkaegir
for domain logic dependencies).
ipfs-utils
aims to provide single function default export per file (with a few exceptions) scoped in 3 general categories:
General use and Data structs wrangling should try to be just re-exports of community packages.
The IPFS ecosystem has lots of repos with it comes several problems like:
These problems are the motivation for this package, having shared logic in this package avoids creating cyclic dependencies, centralizes common use modules/functions (exactly like aegir does for the tooling), semantic versioning for 3rd party dependencies is handled in one single place (a good example is going from streams 2 to 3) and maintainers should only care about having ipfs-utils
updated.
$ npm install --save ipfs-utils
Each function should be imported directly.
const validateAddInput = require('ipfs-utils/src/files/add-input-validation')
validateAddInput(Buffer.from('test'))
// true
Contributions welcome. Please check out the issues.
Check out our contributing document for more information on how we work, and about contributing in general. Please be aware that all interactions related to this repo are subject to the IPFS Code of Conduct.
MIT © Protocol Labs Inc.
FAQs
Package to aggregate shared logic and dependencies for the IPFS ecosystem
The npm package ipfs-utils receives a total of 88,412 weekly downloads. As such, ipfs-utils popularity was classified as popular.
We found that ipfs-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.